PDF4Java Reference Documentation
com.o2sol.pdf4java.standards Package / PDFAAggregateException Class / PDFAAggregateException Constructor
In This Topic
    PDFAAggregateException Constructor
    In This Topic
    Initializes a new object.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFAAggregateException( 
       PDFAError errorCode,
       java.lang.String message,
       java.util.ArrayList<PDFAException> exceptions
    )

    Parameters

    errorCode
    message
    exceptions
    See Also